html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 15px;
  color: #a3a1a9;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  transition: ease-in-out 0.5s;
}

a,
button {
  transition: 0.3s;
  color: #1c1c1c;
  text-decoration: none;
}

a:hover {
  color: #e00007;
  text-decoration: none;
}

button:focus,
input:focus,
textarea:focus {
  outline: 0;
}

button {
  background-color: transparent;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1c1c1c;
  margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  color: #202224;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #E0E0E0;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

*::-moz-selection {
  background: #1c1c1c;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #1c1c1c;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #1c1c1c;
  color: #ffffff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #1c1c1c;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #1c1c1c;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #1c1c1c;
  font-size: 14px;
  opacity: 1;
}
@media only screen and (min-width:1152px) {
  ::-webkit-scrollbar {
      width: 6px
  }

  ::-webkit-scrollbar-track {
      background:#ededed
  }

  ::-webkit-scrollbar-thumb {
      background-color:#b5b5b5;
      -webkit-border-radius: 4px;
      border-radius: 4px;
  }
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color: #e00007;
}
.nav-tabs .nav-link{
  color:#495057;
}

.text-truncate2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-truncate3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-head .title {
  color: #1c1c1c;
  line-height: 40px;
  font-size: 24px;
  font-weight: 500;
}
.section-head .title::before{
  display: block;
  content: '';
  margin:10px auto;
  text-align: center;
  width: 40px;
  height: 2px;
  background: #e00007;
}
@media only screen and (max-width: 767px) {
  .section-head .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .section-head .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 479px) {
  .section-head .title {
    font-size: 16px;
  }
}

.section-head .subtitle {
  line-height: 45px;
  font-size: 40px;
  color: #666666;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .section-head .subtitle {
    font-size: 22px;
  }
}
.section-head .text {
  color: #202224;
  line-height: 50px;
  font-size: 36px;
  margin: 20px auto 0;
  max-width: 510px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-head .text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-head .text {
    font-size: 16px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .section-head .text {
    font-size: 14px;
  }
}

.section-head.section-title-center {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .section-head.section-title-center {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .section-head.section-title-center {
    margin-bottom: 20px;
  }
}
.section-head.section-title-center .text {
  max-width: 648px;
}
.plr-20{
  padding:0 20px
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}

.mb-n60 {
  margin-bottom: -60px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-n40 {
  margin-bottom: -40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-n30 {
  margin-bottom: -30px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-n25 {
  margin-bottom: -25px;
}
.m-auto{
  margin: 0 auto;
}
.btn-style-one {
  border-color: #8e0004;
  background: #8e0004;
  background: linear-gradient(135deg, #8e0004 0%, #dc3545 45%, #8e0004 66%);
  border: 0px;
  padding: 20px 45px;
  line-height: 1;
  font-size: 16px;
  position: relative;
}
.btn-style-one:focus {
  box-shadow: none;
}
.btn-style-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #8e0004;
  background: linear-gradient(135deg, #8e0004 0%, #dc3545 45%, #8e0004 66%);
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}
.btn-style-one:hover span {
  color: #ffffff;
}
.btn-style-one:hover::before {
  opacity: 1;
  transition: 0.5s;
}
.btn-style-one span {
  position: relative;
  z-index: 3;
  color: #ffffff;
}

.btn-style-two {
  position: relative;
  padding: 15px 50px;
  border-radius: 0;
  line-height: 44px;
  font-size: 16px;
  border: 2px solid #df0000;
  background: transparent;
}
.btn-style-two:focus {
  box-shadow: none;
}
.btn-style-two i{
  transition: 0.5s;
}
.btn-style-two:hover{
  background: #df0000;
}
.btn-style-two:hover span {
  color: #ffffff;
}
.btn-style-two:hover i{
  color: #ffffff;
  transition: 0.5s;
}
.btn-style-two span {
  position: relative;
  z-index: 3;
  color: #e60012;
}

.section-padding {
  overflow: hidden;
  padding: 120px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-padding {
    padding: 20px 0;
  }
}
.ad-section-padding{
  padding: 200px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .ad-section-padding {
    padding: 150px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ad-section-padding {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ad-section-padding {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .ad-section-padding {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 479px) {
  .ad-section-padding {
    padding: 20px 0;
  }
}
.section-padding-top {
  padding-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-padding-top {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-top {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-top {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-top {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .section-padding-top {
    padding-top: 20px;
  }
}

.section-padding-bottom {
  padding-bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-padding-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-bottom {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-padding-bottom {
    padding-bottom: 20px;
  }
}

.section-margin {
  margin: 50px 0;
}

@media only screen and (max-width: 767px) {
  .section-margin {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-margin {
    margin: 30px 0;
  }
}

.section-margin-top {
  margin-top: 190px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-margin-top {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-top {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-top {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-top {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .section-margin-top {
    margin-top: 60px;
  }
}

.section-margin-bottom {
  margin-bottom: 190px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .section-margin-bottom {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-bottom {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-bottom {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-bottom {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .section-margin-bottom {
    margin-bottom: 60px;
  }
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: #8e0004;
  background-size: 200% auto;
  background-position: left center;
  transition: 0.3s;
  overflow: hidden;
  border: 1px solid #fff;
}
.scroll-top:hover {
  background-color: #1c1c1c;
  background-position: right center;
}
.scroll-top:hover i {
  color: White;
  transition: 0.3s;
}
.scroll-top:hover .arrow-top {
  transform: translate(-50%, -80px);
}
.scroll-top:hover .arrow-bottom {
  transform: translate(-50%, -50%);
}
.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transition: 0.3s;
}
.scroll-top.show {
  display: none;
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}
.scroll-top.show.show-active {
  display: block;
}
.scroll-top .arrow-top {
  transform: translate(-50%, -50%);
}
.scroll-top .arrow-bottom {
  transform: translate(-50%, 80px);
}

@media only screen and (max-width: 479px) {
  .scroll-top {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .logo img{
    display: block;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .logo img{
    height: 45px;
  }
}
@media only screen and (max-width: 575px) {
  .logo img{
    height: 40px;
  }
}

.wow {
  visibility: hidden;
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-top: 15px;
  height: 80px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .header-wrapper {
    padding-top: 18px;
  }
}
.header-bg{
  background: rgba(255,255,255,1);
  box-shadow: 0px 4px 5px rgb(9 2 4 / 17%);
}
.header-bg .main-menu > ul > li > a {
  color: #1c1c1c;
  text-shadow: none;
}

.header-padding{
  padding: 0 20px;
}
.offcanvas {
  z-index: 9999;
  padding: 20px;
}
.offcanvas .btn-close {
  background: none;
  font-size: 20px;
}
.offcanvas .btn-close:focus {
  box-shadow: none;
}

.header-right_actions {
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right_actions {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .header-right_actions .header-social {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .header-right_actions .header-social {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .home-two-header-right {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .home-two-header-right .hamburger {
    margin-left: 10px;
  }
}

.header-button .btn {
  background: transparent;
  border: 3px solid #8e0004;
  color: #1c1c1c;
  border-radius: 30px;
  padding: 17px 35px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
@media only screen and (max-width: 479px) {
  .header-button .btn {
    padding: 11px 14px;
    border-width: 2px;
    font-size: 14px;
  }
}
.header-button .btn:focus {
  box-shadow: none;
}
.header-button .btn:hover span {
  color: #fff;
}
.header-button .btn span {
  position: relative;
  z-index: 3;
  color: #1c1c1c;
}

.main-menu > ul > li {
  display: inline-flex;
  margin-right: 50px;
  word-break: keep-all;
    overflow: hidden;
    white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .main-menu > ul > li a,
  .sticky-header.sticky .main-menu > ul > li a{
    width: 72px;
  }
}
.main-menu > ul > li:last-child {
  margin-right: 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .main-menu > ul > li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > ul > li {
    margin-right: 25px;
  }
}
.main-menu > ul > li > a {
  font-size: 18px;
  text-transform: capitalize;
  line-height: 50px;
  cursor: pointer;
  font-weight: 500;
  color: #fff;
  position: relative;
  transition: 0.3s;
  text-shadow: 1px 1px 2px #1c1c1c;
}
.main-menu > ul > li .en{
  display: none;
  text-align: center;
}
.main-menu > ul > li.active > a{
  color: #e00007;
}
.main-menu > ul > li.active .cn,.main-menu > ul > li:hover .cn{
  display: none;
  opacity: 0;
}
.main-menu > ul > li:hover .en,.main-menu > ul > li.active .en{
  display: block;
  opacity: 1;
}
.main-menu > ul > li:hover > a {
  color: #e00007;
}
.main-menu .has-children {
  position: relative;
}
.main-menu .has-children > .sub-menu {
  position: absolute;
  background: #ffffff;
  box-shadow: 0 0 6px -3px;
  width: 180px;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  transition: all 0.3s ease-in-out;
  z-index: 9;
  padding-left: 0;
  top: 100%;
  padding: 20px;
}
.main-menu .has-children > .sub-menu > li {
  margin-bottom: 10px;
}
.main-menu .has-children > .sub-menu > li:last-child {
  margin-bottom: 0;
}
.main-menu .has-children > .sub-menu > li a {
  font-weight: 500;
  font-size: 16px;
  color: #1c1c1c;
}
.main-menu .has-children > .sub-menu > li:hover a {
  color: #8e0004;
  padding-left: 5px;
  transition: 0.3s;
}
.main-menu .has-children:hover > .sub-menu {
  transform: scaleY(1);
}

.social-icon li {
  margin-right: 20px;
}
.social-icon .weixin_box{
  position: relative;
}

.social-icon .weixin_box .weixin_code{
   display: none;
   position: absolute;
   left: -50px;
   top: 100%;
   width: 120px;
   padding: 10px;
   z-index: 99;
   background-color: #fff;
   -webkit-transition: all .5s ease;
   -moz-transition: all .5s ease;
   -ms-transition: all .5s ease;
   -o-transition: all .5s ease;
   transition: all .5s ease;
}
.social-icon .weixin_box .weixin_code img{
  display: block;
  width: 100%;
  height: auto;
}
.social-icon .weixin_box:hover .weixin_code{
  display: block;
}
@media only screen and (max-width: 1024px){
  .social-icon .hotline{
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .social-icon li {
    margin-right: 10px;
  }
}
.social-icon li:last-child {
  margin-right: 0px;
}
.social-icon li a {
  font-size: 20px;
  color: #e00007;
}
@media only screen and (max-width: 479px) {
  .social-icon li a {
    font-size: 16px;
  }
}

.hamburger {
  margin-left: 20px;
}
.hamburger_button {
  line-height: 100px;
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.hamburger_button span {
  list-style: none;
  width: 20px;
  height: 2px;
  background: #1c1c1c;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  transition: 0.9s;
}
.hamburger_button span:nth-of-type(1) {
  top: 20%;
}
.hamburger_button span:nth-of-type(2) {
  top: 50%;
}
.hamburger_button span:nth-of-type(3) {
  top: 80%;
}
.hamburger_button.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg) rotateY(180deg);
}
.hamburger_button.open span:nth-of-type(2) {
  width: 0;
}
.hamburger_button.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg) rotateY(180deg);
}
.hamburger_button:hover span {
  background: #8e0004;
}

.sticky-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding-top: 0px;
  background-color: #ffffff;
  box-shadow: 0px 4px 5px rgb(9 2 4 / 17%);
  transition: 0.3s;
}
.sticky-header.sticky .main-menu > ul > li > a{
  color: #1c1c1c;
  text-shadow: none;
  line-height: 80px;
}
.sticky-header.sticky .main-menu > ul > li > a:hover,
.sticky-header.sticky .main-menu > ul > li.active > a{
  color: #e00007;
}

.sticky-header.sticky .social-icon li a {
  line-height: 80px;
}
.sticky-header.sticky .header-button {
  line-height: 80px;
}

.mobile-menu li {
  display: block;
  position: relative;
}
.mobile-menu li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  color: #1c1c1c;
}
.mobile-menu li a:hover {
  color: #8e0004;
}
.mobile-menu li.menu-item-has-children .menu-expand {
  line-height: 50;
  top: -7px;
  right: 0%;
  width: 30px;
  position: absolute;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.mobile-menu li.menu-item-has-children .menu-expand i {
  display: block;
  position: relative;
  width: 10px;
  margin-top: 25px;
  border-bottom: 1px solid #1c1c1c;
  transition: all 250ms ease-out;
  float: right;
}
.mobile-menu li.menu-item-has-children .menu-expand i::before {
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(90deg);
  border-bottom: 1px solid #1c1c1c;
  transition: 0.4s;
}
.mobile-menu li.menu-item-has-children.active > .menu-expand i::before {
  transform: rotate(0);
}
.mobile-menu li ul li a {
  padding: 5px 15px 5px;
  font-size: 15px;
  font-weight: 400;
}
.mobile-menu li ul li a:hover {
  color: #8e0004;
}

.mobilemenu-close {
  padding: 0 !important;
  color: #1c1c1c !important;
  opacity: 1 !important;
  margin: 0 !important;
}

.slingle-slider {
  height: 960px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider {
    height: 900px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider {
    height: 800px;
  }
}
@media only screen and (max-width: 575px) {
  .slingle-slider {
    height: 600px;
  }
}
@media only screen and (max-width: 479px) {
  .slingle-slider {
    height: 480px;
  }
}
.slingle-slider .slider-content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slingle-slider .slider-content-wrapper {
    align-items: flex-start;
    padding-top: 140px;
  }
}
@media only screen and (max-width: 575px) {
  .slingle-slider .slider-content-wrapper {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 479px) {
  .slingle-slider .slider-content-wrapper {
    padding-top: 100px;
  }
}
.slingle-slider .slider-content .title {
  font-size: 72px;
  font-weight: 500;
  line-height: 1.16;
  color: #ffffff;
  text-shadow: 1px 1px 2px #000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slingle-slider .slider-content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slingle-slider .slider-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .slingle-slider .slider-content .title {
    font-size: 36px;
  }
}
.slingle-slider .slider-content .subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.9;
  color: #8e0004;
  text-transform: uppercase;
  letter-spacing: 8px;
  text-shadow: 1px 1px 2px #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slingle-slider .slider-content .subtitle {
    font-size: 20px;
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .slingle-slider .slider-content .subtitle {
    font-size: 18px;
    letter-spacing: 3px;
  }
}
.slingle-slider .slider-content .text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-top: 30px;
  max-width: 510px;
  text-shadow: 1px 1px 2px #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slingle-slider .slider-content .text {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .slingle-slider .slider-content .text {
    font-size: 16px;
    margin-top: 10px;
  }
}
.slingle-slider .slider-content .btn {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slingle-slider .slider-content .btn {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .slingle-slider .slider-content .btn {
    margin-top: 10px;
  }
}
.slingle-slider .slider-image {
  position: relative;
}
.slingle-slider .slider-image .slider-image-one {
  position: absolute;
  right: 0;
  top: -90px;
  margin-right: -15px;
  z-index: 2;
}
.slingle-slider .slider-image .slider-image-one img {
  box-shadow: 25px 20px 41px rgba(69, 38, 177, 0.1), 26px 51px 41px rgba(69, 38, 177, 0.1);
  border-radius: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slingle-slider .slider-image .slider-image-one {
    top: 30px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .slingle-slider .slider-image .slider-image-one {
    top: 22px;
    width: 64%;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .slingle-slider .slider-image .slider-image-one {
    top: 30px;
    width: 64%;
    right: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .slingle-slider .slider-image .slider-image-one {
    top: 30px;
    width: 70%;
    right: 0px;
  }
}

.animation-style-01 .swiper-slide-active .shape-ten {
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-content .subtitle {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-content .title {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-content .text {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-content .btn {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}


@-webkit-keyframes moveupdown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes moveupdown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@-webkit-keyframes moveleftright {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes moveleftright {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@-webkit-keyframes moveleftrightwo {
  0% {
    transform: translateX(10);
  }
  100% {
    transform: translateX(-5px);
  }
}
@keyframes moveleftrightwo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
.sliderone-pagination {
  bottom: 55px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-pagination {
    bottom: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-pagination {
    bottom: 20px !important;
  }
}
.sliderone-pagination .swiper-pagination-bullet {
  background-color: #a3a1a9;
  width: 55px;
  height: 3px;
  border-radius:0;
  opacity: 1;
  transition: 0.4s;
}
.sliderone-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 55px;
  border-radius: 0;
  background-color: #b60005;
  transition: 0.4s;
}

.slidertwo-pagination {
  bottom: 18px;
  text-align: start;
  position: relative;
  margin: auto;
  line-height: 0.8;
}
.slidertwo-pagination .swiper-pagination-bullet {
  background-color: #a3a1a9;
  height: 18px;
  width: 18px;
  border-radius: 100%;
  opacity: 1;
  transition: 0.4s;
  line-height: 1;
}
.slidertwo-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 55px;
  border-radius: 0px;
  background-color: #b60005;
  transition: 0.4s;
}
@media only screen and (min-width: 1550px) {
  .slidertwo-pagination {
    max-width: 1300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .slidertwo-pagination {
    max-width: 1300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .slidertwo-pagination {
    max-width: 1116px;
    bottom: 20px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-pagination {
    max-width: 938px;
    bottom: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-pagination {
    max-width: 698px;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-pagination {
    max-width: 516px;
    bottom: -30px !important;
  }
}
@media only screen and (max-width: 575px) {
  .slidertwo-pagination {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
    bottom: -30px !important;
  }
}
@media only screen and (max-width: 479px) {
  .slidertwo-pagination {
    max-width: 100%;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .slidertwo-style {
    padding-bottom: 30px;
  }
}

.banner-top{
  text-align: center;
  height: 80px;
  font-size: 0;
}
.center-nav{
  margin: 50px auto 0;
  background:#f0f0f0;
}
.center-nav a{
  display:block;
  width:100%;
  line-height:60px;
  text-align:center;
  font-size:16px;
  color:#333;
  position:relative;
  float:left;
}
.center-nav a:hover{
  color:#fff;
}
.center-nav a.active{
  color:#fff;
  background:#d6000f;
}

.center-nav-ul{
  height: 60px;
  position: relative;
  z-index: 9;
  background: #f1f1f1;
}
.center-nav-ul li{
  float:left;
  width:16.6666666666%;
  text-align:center;
  cursor:pointer;
  height:60px;
  line-height:60px;
  position:relative;
  z-index:999;
  list-style-type:none;
}
.center-nav-ul .activeBlock{
  left:0;
  background-color:#e00007;
  position:absolute;
  transition:left;
  top:0px;
  height:100%;
}

@media only screen and (max-width:980px){
	.center-nav a{
    width:100%;
  }
	.center-nav-ul{
    height:36px;
  }
	.center-nav-ul li{
    height:36px;
    line-height:36px;
  }
  .center-nav a{
    font-size: 14px;
    line-height:36px;
  }
}

@media only screen and (max-width:640px) {
	.center-nav-ul li{
    width: 33.3333333333333%;
  }
}

.about {
  overflow: hidden;
}
.about .section-head .text{
  max-width: 100%;
}

.about-more{
  clear: both;
  margin: 20px 0 80px;
  text-align: center;
}

.divider-thumb .video-content-wrap {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .divider-thumb .video-content-wrap .icon-img {
    width: 100%;
  }
}
.divider-thumb .video-popup {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -80px;
  height: 165px;
  width: 165px;
  border-radius: 100%;
  background: linear-gradient(135deg, #4c2db7 0%, #5e3fc8 45%, #694bd2 66%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .divider-thumb .video-popup {
    width: 140px;
    height: 140px;
    right: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .divider-thumb .video-popup {
    width: 140px;
    height: 140px;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 479px) {
  .divider-thumb .video-popup {
    width: 100px;
    height: 100px;
  }
}

.about-accordion {
  margin-top: 30px;
}

.about-two {
  background-color: #f2f5fb;
  position: relative;
}
.about-two .btn-style-one {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .btn-style-one {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .btn-style-one {
    margin-top: 10px;
  }
}
.about-two-images {
  display: flex;
  position: absolute;
  text-align: right;
  flex-direction: column;
  top: -64px;
  right: 58px;
}
@media only screen and (min-width: 1550px) and (max-width: 1680px) {
  .about-two-images {
    right: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-two-images {
    top: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-two-images {
    top: 0;
    right: 0px;
    width: 66%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .about-two-images {
    position: relative;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two-images {
    position: relative;
    top: 0;
    right: 0px;
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two-images {
    top: 0;
    position: relative;
    right: 0px;
    width: 64%;
  }
}
@media only screen and (max-width: 767px) {
  .about-two-images {
    top: 0;
    position: relative;
    right: 0px;
    width: 52%;
  }
}
@media only screen and (max-width: 575px) {
  .about-two-images {
    width: 100%;
  }
}
.about-two-images .top {
  display: flex;
  margin-bottom: 30px;
  margin-left: 140px;
  z-index: 1;
}
@media only screen and (min-width: 1550px) and (max-width: 1680px) {
  .about-two-images .top {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-two-images .top {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-two-images .top {
    margin-left: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two-images .top {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two-images .top {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-two-images .top {
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .about-two-images .top {
    width: 100%;
    flex-direction: column;
  }
}
.about-two-images .top img {
  align-self: flex-end;
  margin-right: 30px;
}
.about-two-images .top img:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 575px) {
  .about-two-images .top img {
    margin-right: 0px;
    margin-bottom: 30px;
    width: 100%;
  }
}
.about-two-images .bottom {
  display: flex;
  z-index: 1;
}
@media only screen and (min-width: 1550px) and (max-width: 1680px) {
  .about-two-images .bottom {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-two-images .bottom {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .about-two-images .bottom {
    width: 100%;
    flex-direction: column;
  }
}
.about-two-images .bottom img {
  align-self: flex-start;
  margin-right: 30px;
}
@media only screen and (max-width: 575px) {
  .about-two-images .bottom img {
    margin-bottom: 30px;
    width: 100%;
  }
}
.about-two-images .bottom img:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 575px) {
  .about-two-images .bottom img:last-child {
    margin-bottom: 0px;
  }
}
.about-two-circle {
  position: absolute;
  top: 120px;
  left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two-circle {
    width: 500px;
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two-circle {
    width: 500px;
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .about-two-circle {
    display: none;
  }
}

.funfact {
  overflow: hidden;
}
.funfact .mb-n5 {
  margin-bottom: -3rem;
}
.funfact .funfact-bg {
  background-color: #8e0004;
  position: relative;
  padding: 100px 0;
  border-radius: 0 20px 20px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .funfact .funfact-bg {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact .funfact-bg {
    padding: 60px 0;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact .funfact-bg {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 479px) {
  .funfact .funfact-bg {
    padding: 40px 0;
  }
}
.funfact .funfact-bg::after {
  background-color: #8e0004;
  content: "";
  height: 100%;
  right: 98%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
}
.funfact .funfact-bg-two {
  border-radius: 0px;
}
.funfact .funfact-bg-two::before {
  background-color: #8e0004;
  content: "";
  height: 100%;
  left: 98%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
}
.funfact .single-funfact {
  display: inline;
  align-items: center;
}
.funfact .funfact-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.funfact .funfact-inner .odometer, .funfact .funfact-inner .text {
  font-weight: 500;
  line-height: 1;
  font-size: 70px;
  color: #444444;
  padding-right: 3px;
  overflow: hidden;
}
.funfact .funfact-inner .odometer .odometer-digit-inner, .funfact .funfact-inner .text .odometer-digit-inner {
  overflow: visible !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .funfact .funfact-inner .odometer, .funfact .funfact-inner .text {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact .funfact-inner .odometer, .funfact .funfact-inner .text {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact .funfact-inner .odometer, .funfact .funfact-inner .text {
    font-size: 40px;
  }
}
.funfact .funfact-inner .increment {
  font-size: 60px;
  font-weight: 500;
  color: #444444;
}
.funfact .funfact-content {
  margin-top:10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .funfact .funfact-inner .increment{
    font-size: 30px;
  }
  .funfact .funfact-content {
    margin-top:5px;
  }
}
.funfact .funfact-content .text {
  font-weight: 500;
  font-size: 18px;
  color: #444444;
  line-height: 1.3;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .funfact .funfact-content .text {
    font-size: 16px;
  }
}

.funfact-two {
  overflow: hidden;
}
.funfact-two .main-image {
  position: relative;
  padding: 75px 0;
  top: 0;
}
.funfact-two .main-image .funfact-img {
  z-index: 1;
  position: relative;
  margin-left: 88px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .funfact-two .main-image .funfact-img {
    width: 86%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .funfact-two .main-image .funfact-img {
    width: 81%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-two .main-image .funfact-img {
    margin-left: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact-two .main-image .funfact-img {
    margin-left: 0px;
  }
}
.funfact-two .main-image .shape-one {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 160px;
  height: 160px;
  background-color: #dfd7fd;
  border-radius: 100%;
}
@media only screen and (max-width: 575px) {
  .funfact-two .main-image .shape-one {
    top: 0;
  }
}
.funfact-two .main-image .circle-thumb {
  width: 225px;
  height: 225px;
  border-radius: 20px;
  background: linear-gradient(135deg, #4c2db7 0%, #5e3fc8 45%, #694bd2 66%);
  position: absolute;
  left: 10px;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .funfact-two .main-image .circle-thumb {
    right: -50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .funfact-two .main-image .circle-thumb {
    width: 200px;
    height: 200px;
    right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact-two .main-image .circle-thumb {
    width: 200px;
    height: 200px;
    right: -25px;
  }
}
@media only screen and (max-width: 575px) {
  .funfact-two .main-image .circle-thumb {
    height: 140px;
    width: 140px;
    right: -10px;
  }
}
.funfact-two .main-image .circle-thumb .number {
  font-size: 72px;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .funfact-two .main-image .circle-thumb .number {
    font-size: 40px;
  }
}
.funfact-two .main-image .circle-thumb .text {
  font-size: 21px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .funfact-two .main-image .circle-thumb .text {
    font-size: 16px;
  }
}
.funfact-two .funfact-content {
  margin-left: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .funfact-two .funfact-content {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .funfact-two .funfact-content {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-two .funfact-content {
    margin-left: 0px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .funfact-two .funfact-content {
    margin-left: 0px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .funfact-two .funfact-content {
    margin-left: 0px;
  }
}
.funfact-two .count {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .funfact-two .count {
    margin-top: 20px;
  }
}
.funfact-two .count-single {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-right: 20px;
}
.funfact-two .count-number {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.16;
  color: #1c1c1c;
}
@media only screen and (max-width: 767px) {
  .funfact-two .count-number {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .funfact-two .count-number {
    font-size: 30px;
  }
}
.funfact-two .count-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.16;
  color: #1c1c1c;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .funfact-two .count-title {
    font-size: 20px;
  }
}
.funfact-two .count-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #54545f;
  margin-top: 20px;
  max-width: 510px;
}
@media only screen and (max-width: 767px) {
  .funfact-two .count-text {
    font-size: 16px;
    margin-top: 20px;
  }
}
.ad{
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: fixed !important;
}
.ad .ad-section-head .title{
  color: #fff;
  line-height: 65px;
  font-size: 48px;
}
.ad .ad-section-head .title::after{
  display: block;
  content: '';
  margin: 20px auto;
  text-align: center;
  width: 40px;
  height: 2px;
  background: #fff;
}
.ad .ad-section-head .text{
  color: #fff;
  line-height: 33px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .ad .ad-section-head .title{
    line-height: 60px;
    font-size: 40px;
  }
  .ad .ad-section-head .text{
    line-height: 30px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .ad .ad-section-head .title{
    line-height: 50px;
    font-size: 30px;
  }
  .ad .ad-section-head .text{
    line-height: 25px;
    font-size: 14px;
    padding: 0 30px;
  }
}
.service-section {
  position: relative;
  overflow: hidden;
}
.service-section .service-shape {
  position: absolute;
  bottom: -520px;
  right: 0px;
}

.single-service {
  box-shadow: 0px 12px 42px rgba(220,53,69, 0.1), 11px 6px 25px rgba(220,53,69, 0.1);
  padding: 70px;
  border-top: 5px solid #df0000;
  border-radius: 0 0 20px 20px;
  z-index: 1;
  position: relative;
  background-color: #8e0004;
  background-image: linear-gradient(135deg, #8e0004 0%, #dd3156 45%, #ee6767 66%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-service {
    padding: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .single-service {
    padding: 30px;
  }
}
.single-service-top {
  display: flex;
  align-items: center;
}
.single-service-top .title {
  max-width: 160px;
  margin-left: 35px;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
}
.single-service-top .title a:hover{
  color: #000;
}
.single-service-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  margin-top: 30px;
  max-width: 510px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 479px) {
  .single-service-text {
    font-size: 16px;
  }
}
.single-service .readmore-btn {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-top: 30px;
  display: block;
}
.single-service .readmore-btn:hover {
  padding-left: 10px;
  transition: 0.3s;
  color: #1c1c1c;
}

.process-section {
  background: #f2f5fb;
}
.process-section .section-head {
  margin-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-section .section-head {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-section .section-head {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .process-section .section-head {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .process-section .section-head {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .process-section .single-process {
    max-width: 400px;
    width: 100%;
  }
}
.process-section .single-process .number {
  height: 75px;
  width: 75px;
  background-color: #dfd7fd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 30px;
  font-weight: 500;
  color: #1c1c1c;
}
@media only screen and (max-width: 575px) {
  .process-section .single-process .number {
    height: 60px;
    width: 60px;
    font-size: 20px;
  }
}
.process-section .single-process .title {
  font-size: 24px;
  font-weight: 500;
  color: #1c1c1c;
  margin: 25px 0 18px;
}
.process-section .single-process .text-two {
  font-size: 18px;
  color: #54545f;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 575px) {
  .process-section .single-process .text-two {
    font-size: 16px;
    margin-bottom: 0px;
  }
}

.service-work {
  position: relative;
  z-index: 1;
}

.service-details .single-thumb {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details .single-thumb {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details .single-thumb {
    margin-bottom: 30px;
  }
}
.service-details .service-desc:last-child {
  margin-bottom: 0px;
}

.service-desc {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-desc {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service-desc {
    margin-bottom: 30px;
  }
}
.service-desc-title {
  font-weight: 500;
  font-size: 36px;
  color: #1c1c1c;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-desc-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .service-desc-title {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.service-desc .text, .service-desc-text {
  font-size: 18px;
  color: #54545f;
  line-height: 1.6;
}
@media only screen and (max-width: 575px) {
  .service-desc .text, .service-desc-text {
    font-size: 16px;
  }
}
.service-desc-top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.service-desc-top .icon {
  margin-right: 20px;
}
.service-desc-top .title {
  font-size: 24px;
  font-weight: 500;
  color: #1c1c1c;
}
.service-desc-list li {
  margin-bottom: 20px;
}
.service-desc-list li:last-child {
  margin-bottom: 0;
}
.service-desc-list-link {
  display: flex;
  align-items: center;
}
.service-desc-list-link img {
  margin-right: 30px;
}
.service-desc .single-outcome {
  border: 1px solid #cacdd3;
  border-radius: 10px;
  padding: 60px 35px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .service-desc .single-outcome {
    padding: 30px 20px;
  }
}
.service-desc .single-outcome .parcentage {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.16;
  color: #8e0004;
}
@media only screen and (max-width: 767px) {
  .service-desc .single-outcome .parcentage {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .service-desc .single-outcome .parcentage {
    font-size: 30px;
  }
}
.service-desc .single-outcome .text {
  font-weight: 600;
  color: #1c1c1c;
  font-size: 18px;
}
.service-desc .service-image img {
  width: 100%;
}

.service-two {
  position: relative;
}
.service-two .section-head {
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .section-head {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .service-two .section-head {
    margin-bottom: 30px;
  }
}
.service-two-single {
  margin-right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two-single {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .service-two-single {
    margin-right: 15px;
  }
}
.service-two-single-head {
  border-bottom: 1px solid #cacdd3;
  margin-bottom: 30px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 575px) {
  .service-two-single-head {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.service-two-single-head .title {
  font-size: 24px;
  color: #1c1c1c;
  font-weight: 500;
  margin-top: 35px;
}
@media only screen and (max-width: 575px) {
  .service-two-single-head .title {
    margin-top: 20px;
  }
}
.service-two-single-text {
  font-size: 18px;
  color: #54545f;
  line-height: 1.5;
}
@media only screen and (max-width: 575px) {
  .service-two-single-text {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .service-two-single-text {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
.service-two .service-layer {
  background-image: url(images/service-side.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .service-layer {
    width: 36%;
  }
}
@media only screen and (max-width: 767px) {
  .service-two .service-layer {
    display: none;
  }
}

.pricing-single {
  padding: 60px;
  border: 1px solid #cacdd3;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-single {
    padding: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-single {
    padding: 30px;
  }
}
.pricing-head {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #cacdd3;
}
.pricing-head .title {
  font-size: 30px;
  font-weight: 500;
  color: #1c1c1c;
}
.pricing-head .value {
  display: flex;
  align-items: baseline;
  margin: 30px 0 30px;
}
@media only screen and (max-width: 575px) {
  .pricing-head .value {
    margin: 15px 0;
  }
}
.pricing-head .value .price {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.16;
  color: #8e0004;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .pricing-head .value .price {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .pricing-head .value .price {
    font-size: 30px;
  }
}
.pricing-head .value .month {
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
}
.pricing-head .text {
  color: #8d8e99;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 0;
}
.pricing-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.pricing-list li:last-child {
  margin-bottom: 0px;
}
.pricing-list li img {
  margin-right: 30px;
}
.pricing-list li span {
  font-size: 18px;
  color: #54545f;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
}
.pricing-footer {
  margin-top: 30px;
}

.faq {
  margin-top: -20px;
}
.faq .tab-content {
  padding-left: 25px;
}
@media only screen and (max-width: 575px) {
  .faq .tab-content {
    padding-left: 5px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .faq .tab-wrapper {
    flex-direction: column;
  }
  .faq .tab-wrapper .faq-tab {
    width: 100%;
  }
}
.faq-link {
  text-align: start;
  margin-bottom: 10px;
}
.faq-accordion-button {
  font-size: 24px;
  color: #1c1c1c;
  font-weight: 500;
  padding: 0px 30px 0 50px;
}
@media only screen and (max-width: 767px) {
  .faq-accordion-button {
    padding: 0px 0px 0 20px;
    font-size: 20px;
  }
}
.faq-accordion-button:not(.collapsed) {
  color: #1c1c1c;
  background-color: #ffffff;
  box-shadow: none;
}
.faq-accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: translateY(-50%) translateX(-50%);
}
.faq-accordion-button::after {
  background-image: none;
  position: absolute;
  top: 50%;
  left: 1%;
  display: block;
  width: 20px;
  height: 4px;
  content: "";
  transition: all 0.4s ease 0s;
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
  background-color: activerentColor;
}
@media only screen and (max-width: 767px) {
  .faq-accordion-button::after {
    width: 10px;
    height: 2px;
  }
}
.faq-accordion-button::before {
  position: absolute;
  top: 50%;
  left: 1%;
  display: block;
  width: 20px;
  height: 4px;
  content: "";
  transition: all 0.4s ease 0s;
  transform: translateY(-50%) translateX(-50%);
  background-color: activerentColor;
}
@media only screen and (max-width: 767px) {
  .faq-accordion-button::before {
    width: 10px;
    height: 2px;
  }
}
.faq-accordion-button:focus {
  box-shadow: none;
}
.faq-accordion-item {
  border: 0px;
  margin-bottom: 30px;
}
.faq-accordion-collapse .accordion-body {
  padding: 20px 20px 10px 50px;
  font-size: 18px;
  color: #54545f;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .faq-accordion-collapse .accordion-body {
    padding: 20px 0px 10px 20px;
    font-size: 16px;
  }
}
.faq .accordion-item:last-child {
  margin-bottom: 0px;
}

.faq-tab .faq-link {
  border: 1px solid #cacdd3;
  border-radius: 6px;
  padding: 20px 30px;
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 500;
  line-height: 1;
}
.faq-tab .faq-link:last-child {
  margin-bottom: 0px;
}
.faq-tab .faq-link.active {
  background-color: #8e0004;
}

.progress-section {
  background-color: #f2f5fb;
  overflow: hidden;
}
.progress-section .section-head {
  margin-right: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-section .section-head {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .progress-section .section-head {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .progress-section .section-head {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-section .section-head .text-two {
    margin-top: 10px;
  }
}
.progress-section .progress-title {
  font-size: 21px;
  color: #1c1c1c;
  font-weight: 500;
  margin-bottom: 20px;
}
.progress-section .progress {
  position: relative;
  width: 80%;
  overflow: visible;
  margin-bottom: 45px;
  background-color: #e1d9fe;
  height: 13px;
  border-radius: 10px;
}
@media only screen and (max-width: 479px) {
  .progress-section .progress {
    width: 78%;
  }
}
.progress-section .progress:last-child {
  margin-bottom: 0px;
}
.progress-section .progress-bar {
  overflow: visible;
  height: 13px;
  background-color: #8e0004;
  border-radius: 10px;
}
.progress-section .progress-number {
  position: absolute;
  right: -70px;
  color: #8e0004;
  font-size: 21px;
  font-weight: 500;
  top: 50%;
  transform: translateY(-50%);
}
.progress-section .progress-area {
  overflow: hidden;
}

.portfolio-section-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-section-top .section-head {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-section-top .section-head {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-section-top .btn-style-two {
    padding: 10px 20px;
  }
}

.portfolio-menu-style {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 90px 0 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-menu-style {
    margin: 70px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-menu-style {
    margin: 50px 0 30px;
  }
}
.portfolio-menu-style .btn-portfolio {
  border: 0px;
  background-color: transparent;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin-right: 50px;
  color: #1c1c1c;
}
.portfolio-menu-style .btn-portfolio:last-child {
  margin-right: 0px;
}
.portfolio-menu-style .btn-portfolio:hover {
  color: #8e0004;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-menu-style .btn-portfolio {
    margin: 0px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-menu-style .btn-portfolio {
    margin: 0px 10px;
  }
}
.portfolio-menu-style .btn-portfolio.active {
  color: #8e0004;
}

.portfolio-one .grid-item{
  margin: 0;
  padding: 0;
}

.single-portfolio {
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.single-portfolio .thumbnail {
  position: relative;
  display: block;
}
.single-portfolio .thumbnail img {
  width: 100%;
}
.single-portfolio .thumbnail::before {
  content: "";
  background: linear-gradient(135deg, #8e0004 0%, #dc3545 45%, #8e0004 66%);
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}
.single-portfolio .content {
  position: absolute;
  bottom: -30px;
  left: 0;
  opacity: 0;
  transition: 0.6s;
  padding: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-portfolio .content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single-portfolio .content {
    padding: 20px;
  }
}
.single-portfolio .content .subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .single-portfolio .content .subtitle {
    font-size: 14px;
  }
}
.single-portfolio .content .title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .single-portfolio .content .title {
    font-size: 20px;
  }
}
.single-portfolio .content .title a:hover {
  color: #ffffff;
}
.single-portfolio:hover .thumbnail img {
  transform: scale(1.1);
  transition: 0.4s;
  opacity: 0.3;
}
.single-portfolio:hover .thumbnail::before {
  opacity: 1;
}
.single-portfolio:hover .content {
  bottom: 0%;
  opacity: 1;
  transition: 0.6s;
}
.single-portfolio:hover .lightbox {
  top: 30px;
  transition: 0.6s;
  opacity: 1;
}
.single-portfolio .large-image {
  width: 100%;
}
.single-portfolio .lightbox {
  position: absolute;
  top: -20px;
  right: 30px;
  z-index: 9;
  transition: 0.6s;
  opacity: 0;
}
.single-portfolio .lightbox .item {
  font-size: 24px;
  color: #fff;
}

.portfolio-load-more {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-load-more {
    margin: 60px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-load-more {
    margin: 50px 0 0px;
  }
}
.portfolio-one{
  position: relative;
  background: #f2f5fb;
  overflow: hidden;
}

.portfolio-carousel-wrapper .section-head .title::before{
  margin: 10px 0;
}
@media only screen and (max-width: 575px) {
  .portfolio-one .section-head .title {
    width: 320px;
  }
}
.portfolio-one .pagination-wrapper {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-one .pagination-wrapper {
    margin: 60px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-one .pagination-wrapper {
    margin: 50px 0 0px;
  }
}
.portfolio-details{
  padding: 5px 0 50px;
  background: #ededed;
}
.portfolio-details-wrapper {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-details-wrapper {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-details-wrapper {
    margin-top: 40px;
  }
}
.portfolio-details-wrapper .share {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.portfolio-details-wrapper .share .label {
  font-size: 20px;
  font-weight: 500;
  color: #1c1c1c;
  margin-right: 20px;
}
.portfolio-details-wrapper .share .sidebar-social li a {
  height: 50px;
  width: 50px;
}

.portfolio-details-inner {
  margin-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-details-inner {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-details-inner {
    margin-left: 0px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-details-inner {
    margin-left: 0px;
    margin-top: 50px;
  }
}
.portfolio-details-inner .portfolio-desc:last-child {
  margin-bottom: 0px;
}

.portfolio-desc {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-desc {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-desc {
    margin-bottom: 40px;
  }
}
.portfolio-desc-title {
  font-weight: 500;
  font-size: 30px;
  color: #1c1c1c;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-desc-title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-desc-title {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.portfolio-desc .text {
  font-size: 21px;
  color: #8d8e99;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}
.portfolio-desc .text-two {
  font-size: 18px;
  color: #54545f;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
}
@media only screen and (max-width: 575px) {
  .portfolio-desc .text-two {
    font-size: 16px;
  }
}
.portfolio-desc .solution {
  display: flex;
  justify-content: space-between;
  margin-right: 90px;
}
@media only screen and (max-width: 767px) {
  .portfolio-desc .solution {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-desc .solution {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.portfolio-desc .solution li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.portfolio-desc .solution li:last-child {
  margin-bottom: 0px;
}
.portfolio-desc .solution li img {
  margin-right: 30px;
}
.portfolio-desc .solution li span {
  font-size: 18px;
  color: #54545f;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0px;
}
@media only screen and (max-width: 575px) {
  .portfolio-desc .solution li span {
    font-size: 16px;
  }
}
.portfolio-desc .single-process {
  padding: 30px;
  border: 1px solid #cacdd3;
  border-radius: 10px;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-desc .single-process {
    padding: 15px;
  }
}
.portfolio-desc .single-process .number {
  height: 55px;
  width: 55px;
  background-color: #dfd7fd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #1c1c1c;
}
.portfolio-desc .single-process .title {
  font-size: 20px;
  font-weight: 500;
  color: #1c1c1c;
  margin: 25px 0 18px;
}

.portfolio-carousel-wrapper {
  position: relative;
  background: #f2f5fb;
  overflow: hidden;
}
.portfolio-carousel-wrapper .section-head {
  margin-bottom: 100px;
}
.portfolio-carousel-wrapper .section-head .text {
  max-width: 560px;
  margin: 20px 0 0;
}

.portfolio-carousel-wrapper .portfolio-carousel {
  float: left;
  width: calc(100% + 700px);
  position: relative;
  padding-top: 160px;
  margin-top: -160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .portfolio-carousel-wrapper .portfolio-carousel {
    width: calc(100% + 300px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-carousel-wrapper .portfolio-carousel {
    width: calc(100% + 300px);
    padding-top: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-carousel-wrapper .portfolio-carousel {
    width: calc(100% + 200px);
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-carousel-wrapper .portfolio-carousel {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

.portfolio-carousel-wrapper .portfolio-swiper-arrow {
  position: absolute;
  top: 0;
  left: 58%;
  display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .portfolio-carousel-wrapper .portfolio-swiper-arrow {
    left: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-carousel-wrapper .portfolio-swiper-arrow {
    left: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-carousel-wrapper .portfolio-swiper-arrow {
    left: 64%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-carousel-wrapper .portfolio-swiper-arrow {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    top: auto;
  }
}
.portfolio-carousel-wrapper .portfolio-swiper-arrow .swiper-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #8e0004;
  border-radius: 100%;
  font-size: 24px;
  color: #1c1c1c;
  background-color: transparent;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .portfolio-carousel-wrapper .portfolio-swiper-arrow .swiper-btn {
    width: 40px;
    height: 40px;
  }
}
.portfolio-carousel-wrapper .portfolio-swiper-arrow .swiper-btn:hover {
  background: linear-gradient(135deg, #8e0004 0%, #dc3545 45%, #8e0004 66%);
  color: #fff;
  border: 0px;
}
.product-more{
  clear: both;
  margin: 80px 0 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .product-more{
    margin: 40px 0 20px;
  }
}
.portfolio-details-carousel-wrapper {
  position: relative;
  padding: 60px 0 20px;
  overflow: hidden;
}
.portfolio-details-carousel-wrapper .section-head {
  margin-bottom: 50px;
}
.portfolio-details-carousel-wrapper .section-head .title-two{
  text-align: center;
  font-size: 36px;
  color: #222;
  line-height: 50px;
  font-weight: normal;
}
.portfolio-details-carousel-wrapper .section-head .title-two::after{
  display: block;
  content: '';
  margin: 10px auto;
  text-align: center;
  width: 40px;
  height: 2px;
  background: #e00007;
}
.portfolio-details-carousel-wrapper .portfolio-swiper-arrow {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-details-carousel-wrapper .portfolio-swiper-arrow .swiper-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #8e0004;
  border-radius: 100%;
  font-size: 24px;
  color: #1c1c1c;
  background-color: transparent;
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .portfolio-details-carousel-wrapper .portfolio-swiper-arrow .swiper-btn {
    width: 40px;
    height: 40px;
  }
}
.portfolio-details-carousel-wrapper .portfolio-swiper-arrow .swiper-btn:hover {
  background: linear-gradient(135deg, #8e0004 0%, #dc3545 45%, #8e0004 66%);
  color: #fff;
  border: 0px;
}
.single-team {
  position: relative;
}
.single-team .team-content {
  background-color: #fff;
  border-top: 3px solid #8e0004;
  box-shadow: 21px 0px 48px rgba(41, 8, 155, 0.08);
  padding: 25px 0 30px 0;
  max-width: 265px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 0 0 5px 5px;
  position: relative;
  z-index: 1;
  margin-top: -30px;
}
.single-team .team-content .title {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-team .team-content .subtitle {
  font-size: 16px;
}
.single-team .team-thumb {
  position: relative;
  border-radius: 10px;
}
.single-team .team-thumb img {
  width: 100%;
  border-radius: 10px;
}
.single-team .team-thumb .image {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.single-team .team-thumb .image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #8e0004 0%, #dc3545 45%, #8e0004 66%);
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
}
.single-team .sidebar-social {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 20px;
  left: 10px;
}
.single-team .sidebar-social li {
  left: -10px;
  position: relative;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.single-team .sidebar-social li a {
  font-size: 16px;
  height: 40px;
  width: 40px;
  margin-right: 0;
  margin-bottom: 5px;
}
.single-team .sidebar-social li:nth-child(1) {
  transition-delay: 0.1s;
}
.single-team .sidebar-social li:nth-child(2) {
  transition-delay: 0.2s;
}
.single-team .sidebar-social li:nth-child(3) {
  transition-delay: 0.3s;
}
.single-team .sidebar-social li:nth-child(4) {
  transition-delay: 0.4s;
}
.single-team:hover .team-thumb .image::after {
  opacity: 0.6;
  transition: 0.3s;
}
.single-team:hover .sidebar-social li {
  opacity: 1;
  visibility: visible;
  left: 10px;
}

.team-wrapper:nth-child(2n+2) {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-wrapper:nth-child(2n+2) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .team-wrapper:nth-child(2n+2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .team-wrapper:nth-child(2n+2) {
    margin-top: 0;
  }
}

.all-members .team-wrapper:nth-child(2n+2) {
  margin-top: 0px;
}

.member-title {
  font-size: 36px;
  font-weight: 500;
  color: #1c1c1c;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .member-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.member .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #54545f;
}
.member-thumb img {
  width: 100%;
}
.member-thumb .swiper-button-next,.member-thumb .swiper-button-prev{
  color: #e00007;
}
.member-identity {
  background-color: #f2f5fb;
  padding: 45px 20px;
  margin-top: 20px;
  text-align: center;
  border-radius: 20px;
}
.member-identity .name {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.16;
  color: #1c1c1c;
}
@media only screen and (max-width: 767px) {
  .member-identity .name {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .member-identity .name {
    font-size: 30px;
  }
}
.member-identity .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #54545f;
  margin-top: 15px;
  display: block;
}
.member-identity .sidebar-social {
  margin-top: 20px;
}
.member-identity .sidebar-social li a {
  width: 50px;
  height: 50px;
}
.member-content {
  padding-left:30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .member-content {
    padding-left:20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .member-content {
    padding-left: 0px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .member-content {
    margin-top: 30px;
  }
}
.member-availability {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .member-availability {
    margin-top: 20px;
  }
}
.member-availability li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.member-availability li:last-child {
  margin-bottom: 0px;
}
.member-availability li .label {
  max-width: 140px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #1c1c1c;
}
.member-availability li .detail {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #54545f;
}
.content-text{
  padding: 20px 0 0 ;
}
.team-about-section {
  position: relative;
  background-color: #f2f5fb;
}
.team-about-section::after {
  content: "";
  background-color: #f2f5fb;
  height: 190px;
  width: 100%;
  top: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
}

.team-two .btn-style-one {
  margin-top: 20px;
}

.team-group {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .team-group .group-image {
    width: 60%;
  }
}
.team-group-one {
  position: absolute;
  right: 0%;
  top: 0%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-group-one {
    right: -20px;
  }
}
.team-group-two {
  margin-top: 130px;
  margin-bottom: 160px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-group-two {
    margin-top: 200px;
    margin-bottom: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .team-group-two {
    margin-top: 200px;
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .team-group-two {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 479px) {
  .team-group-two {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.team-group-three {
  bottom: 0;
  left: 227px;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-group-three {
    left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .team-group-three {
    left: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .team-group-three {
    left: auto;
    right: 0;
  }
}

.blog-section 
.blog-thumbnail {
  overflow: hidden;
}
.blog-thumbnail img {
  width: 100%;
}
.blog-info {
  margin: 20px 0;
  padding: 10px 0;
  border: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
}

.blog-info p{
  color: #222;
  font-size: 14px;
  font-weight: lighter;
}
.blog-info .title {
  margin-top: 12px;
  line-height: 28px;
  height: 56px;
  font-size: 20px;
  color: #000000;
}

.blog:hover .blog-thumbnail img {
  opacity: 0.7;
  transform: scale(1.01);
}
.blog-info a{
  color:#000000;
}
.blog-info a:hover{
  color: #b60005;
}
.news-list {
  list-style: none;
  margin: 20px 0 0;
}
.news-list li{
  position: relative;
}
.news-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  left: 6px;
  top: 40%;
  transform: translate(-40%);
  background: #8c8e8c;
}
.news-list li a{
  display: block;
  padding: 0 0 0 20px;
  line-height: 35px;
  font-size: 16px;
  color: #8c8e8c;
}
.news-list li a:hover,.news-list li a:hover::before{
  color: #b60005;
}

.standard-blog .single-blog-list{
  display: flex!important;
}
.standard-blog .single-blog-list .single-thumb img{
  width: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 820px) {
  .standard-blog .single-blog-list{
    display: inherit!important;
  }
  .standard-blog .single-blog-list .single-thumb img{
    padding:0;
  }
}
.standard-blog .single-blog-list:last-child {
  margin-bottom: 0px;
}

.single-blog,.single-blog-list {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog,.single-blog-list {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .single-blog,.single-blog-list {
    margin-bottom: 40px;
  }
}
.single-blog-thumb img {
  width: 100%;
}
.single-blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}

.single-blog-meta li {
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.single-blog-meta li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #a3a1a9;
  border-radius: 100%;
}
.single-blog-meta li:last-child::after {
  display: none;
  margin-right: 0;
  padding-right: 0;
}
.single-blog-meta li p {
  margin-bottom: 0px;
  color: #a3a1a9;
  font-size: 16px;
}
.single-blog-meta li span {
  color: #a3a1a9;
  margin-right: 10px;
}
.single-blog-meta li a {
  font-size: 16px;
  color: #a3a1a9;
  font-weight: 500;
}
.single-blog-meta li a:hover {
  color: #1c1c1c;
}
.single-blog-content .title {
  line-height: 33px;
  font-size: 32px;
  margin: 20px 0;
  color: #000000;
}
@media only screen and (max-width:820px) {
  .single-blog-content .title {
    font-size: 26px;
    margin: 0;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog-content .title {
    font-size: 20px;
  }
}
.single-blog-content .title a{
  color: #222;
}
.single-blog-content .title a:hover{
  color: #e00007;;
}
.single-blog-content .text {
  line-height: 28px;
  color: #333333;
  margin: 20px 0 30px;
}
@media only screen and (max-width: 820px) {
  .single-blog-content .text {
    font-size: 16px;
    margin: 10px 0;
  }
  .single-blog-content .content-bottom .read-more{
    margin: 10px 0 0;
  }
}
.single-blog-content .content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-blog-content .content-bottom .read-more {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #e00007;
  text-decoration: underline;
  margin: 30px 0 0;
}
.single-blog-content .content-bottom .read-more:hover {
  color: #1c1c1c;
}
.single-blog-content .content-bottom .read-more i {
  color: #e00007;
  margin-right: 7px;
}
.single-blog-content .content-bottom .time {
  font-size: 16px;
}
.single-blog-share-tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .single-blog-share-tag {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
  }
}
.single-blog-share-tag .tags, .single-blog-share-tag .share {
  display: flex;
  align-items: center;
}
.single-blog-share-tag .tags .label, .single-blog-share-tag .share .label {
  color: #1c1c1c;
  font-weight: 500;
  margin-right: 20px;
  font-size: 18px;
}
.lcms-tags a{
  margin-right: 5px;
}
.original-reprint{
  border: 1px solid #dee2e6;
  background: #f9fafb;
  margin-top: 20px;
  padding: 20px;
  border-radius: 2px;
}
.original-reprint p{
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .single-blog-share-tag .tags {
    margin-bottom: 20px;
  }
}
.single-blog-share-tag .tags ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-blog-share-tag .tags ul li {
  margin-right: 5px;
}
.single-blog-share-tag .tags ul li a {
  color: #a3a1a9;
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .single-blog-share-tag .tags ul li a {
    font-size: 16px;
  }
}
.single-blog-share-tag .tags ul li a:hover {
  color: #8e0004;
}
.single-blog-share-tag .sidebar-social li a {
  height: 50px;
  width: 50px;
}

.single-blog-two {
  position: relative;
  overflow: hidden;
}
.single-blog-two-thumb {
  overflow: hidden;
  transition: 0.5s;
  border-radius: 13px;
  position: relative;
}
.single-blog-two-thumb::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  transition: 0.5s;
  z-index: 3;
}
.single-blog-two-thumb img {
  width: 100%;
}
.single-blog-two-content {
  position: absolute;
  bottom: 0;
  left: 0px;
  padding: 45px;
  z-index: 4;
}
.single-blog-two-content .meta {
  display: flex;
  align-items: center;
}
.single-blog-two-content .meta li {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-right: 20px;
  padding-right: 20px;
}
.single-blog-two-content .meta li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.single-blog-two-content .meta li:last-child::after {
  display: none;
}
.single-blog-two-content .meta li::after {
  content: "";
  background-color: #fff;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
}
.single-blog-two-content .title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin-top: 6px;
}
.single-blog-two-content .title:hover a {
  color: #8e0004;
}
.single-blog-two:hover .single-blog-two-thumb::before {
  height: 100%;
  background: linear-gradient(to top, black 0%, black 0%, rgba(0, 0, 0, 0) 100%);
  transition: 0.5s;
}
.single-blog-two:hover .single-blog-two-thumb img {
  transform: scale(1.01);
  z-index: 1;
}
.blog-details{
  padding: 30px 0 0;
}
.blog-details .single-blog-meta{
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-details .single-blog-meta{
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .single-blog-meta li p{
    font-size: 14px;
  }
}
.single-subblog {
  border: 1px solid #cacdd3;
  border-radius: 10px;
  padding: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .single-subblog {
    padding: 31px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-subblog {
    padding: 21px;
  }
}
.single-subblog .subtitle {
  font-size: 16px;
  color: #8e0004;
  font-weight: 500;
}
.single-subblog .title {
  font-size: 21px;
  color: #1c1c1c;
  font-weight: 500;
  margin-top: 10px;
}
.single-subblog .title a:hover {
  color: #8e0004;
}
.single-subblog .date {
  font-size: 16px;
  color: #a3a1a9;
  margin-top: 73px;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .single-subblog .date {
    margin-top: 43px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-subblog .date {
    margin-top: 23px;
  }
}

.blockquote {
  display: flex;
  align-items: flex-start;
}
.blockquote .thumb {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  .blockquote .thumb {
    width: 80px;
  }
}
.blockquote .content {
  width: calc(100% - 100px);
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .blockquote .content {
    width: calc(100% - 80px);
  }
}
.blockquote .content p {
  font-size: 24px;
  font-style: italic;
  color: #8d8e99;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .blockquote .content p {
    font-size: 20px;
  }
}
.blockquote .blockquote-footer {
  position: relative;
  padding-left: 40px;
  margin-top: 5px;
}
.blockquote .blockquote-footer::before {
  content: "";
  width: 29px;
  height: 0.5px;
  position: absolute;
  background-color: #1c1c1c;
  left: 0;
  top: 55%;
}
.blockquote .blockquote-footer .name {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 500;
}
.blockquote .blockquote-footer .designation {
  font-size: 16px;
  color: #a3a1a9;
  font-weight: 300;
}

.post-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #eee;
  padding: 20px 0;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .post-nav-link {
    padding: 10px 0;
  }
}
.post-nav-link .post-prev {
  display: grid;
  align-items: center;
  margin-right: 10px;
}
.post-nav-link .post-prev a:first-child{
  margin-bottom: 10px;
}
.post-nav-link .post-prev a{
  color: #666;
}
.post-nav-link .post-prev a:hover{
  color: #e60008;
}
.post-nav-link .post-next {
  text-align: end;
}
@media only screen and (max-width: 767px) {
  .post-nav-link .post-next {
    display: none;
  }
}

.brand-style .brand-before {
  display: block;
  transition: all 0.4s;
}
.brand-style .brand-after {
  top: 150%;
  position: absolute;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: all 0.4s;
}
.brand-style .swiper-slide:hover .brand-before {
  transform: translateY(-100%);
}
.brand-style .swiper-slide:hover .brand-after {
  top: 0%;
}

.brand-style-two {
  background-color: #f2f5fb;
  border-radius: 10px;
  padding: 110px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-style-two {
    padding: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-style-two {
    padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-style-two {
    padding: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .brand-style-two {
    padding: 40px 30px;
  }
}
.brand-style-two .shape-one {
  position: absolute;
  bottom: -105px;
  right: -105px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .brand-style-two .shape-one {
    right: -35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-style-two .shape-one {
    right: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .brand-style-two .shape-one {
    right: -30px;
  }
}
@media only screen and (max-width: 575px) {
  .brand-style-two .shape-one {
    right: 0px;
    bottom: -40px;
    width: 35%;
  }
}

.breadcrumb-section {
  position: relative;
  overflow: hidden;
  padding: 25% 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-section {
    padding: 35% 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-section {
    padding: 42% 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section {
    padding: 40% 0 0;
  }
}
.breadcrumb-section .breadcrumb-wrapper {
  position: relative;
  z-index: 1;
}
.breadcrumb-section .breadcrumb-wrapper .subtitle{
  font-weight: 500;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
}
.breadcrumb-section .breadcrumb-wrapper .title {
  color: #ffffff;
  line-height: 45px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.16;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
}
.breadcrumb-section .breadcrumb-wrapper .title::after{
  display: block;
  content: '';
  width: 40px;
  height: 2px;
  background: #e00007;
  margin: 20px auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-section .breadcrumb-wrapper .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section .breadcrumb-wrapper .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-section .breadcrumb-wrapper .title {
    font-size: 20px;
  }
}
.breadcrumb-section .breadcrumb-wrapper .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 60%);
  margin: 20px auto;
  max-width: 800px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section .breadcrumb-wrapper .text {
    font-size: 14px;
    margin: 10px auto;
    max-width: 400px;
  }
}

.pagination-wrapper {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pagination-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pagination-wrapper {
    margin-top: 30px;
  }
}
.pagination-wrapper .am-pagination-centered {
  text-align: center;
}
.pagination-wrapper .am-pagination{
  position: relative;
}

.pagination-wrapper .am-pagination li{
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pagination-wrapper .am-pagination li:last-child {
  margin-right: 0px;
}

.pagination-wrapper .am-pagination li a,.pagination-wrapper .am-pagination li span{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a3a1a9;
  font-size: 16px;
}
.pagination-wrapper .am-pagination li a:focus {
  box-shadow: none;
}
.pagination-wrapper .am-pagination li a:hover, .pagination-wrapper .am-pagination li.am-active a{
  color: #fff;
  background: #8e0004;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pagination-wrapper .am-pagination li a, .pagination-wrapper .am-pagination li span{
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .pagination-wrapper .am-pagination li a, .pagination-wrapper .am-pagination li span{
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}

.sidebar-wrap {
  min-height: 800px;
  border-left: 1px solid #dedede;
  padding-left: 60px;
}
.news-hot-list{
  padding-top: 30px;
}
.news-hot-list .title{
  padding: 0 0 15px;
  line-height: 34px;
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #cfcfcf;
}
.news-hot-list ul li a{
  display: block;
  padding: 10px 0;
  line-height: 24px;
  border-bottom: 1px solid #cfcfcf;
  color: #424542;
}
.news-hot-list ul li a:hover{
  color: #e00007;
}
@media only screen and (max-width:1024px) {
  .sidebar-wrap {
    min-height: auto;
    border-left:none;
    padding-left: 0;
  }
  .news-hot-list {
    padding-top: 20px;
  }
  .news-hot-list .title{
    line-height: 30px;
    font-size: 15px;
  }
  .news-hot-list ul li a{
    font-size: 14px;
  }
}
@media only screen and (max-width:991px) {
  .sidebar{
    display: none;
  }
}

.area-list {
  position: relative;
  padding: 30px;
}

.area-list h3 {
  position: absolute;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.area-list-prov {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.area-list-city {
  position: relative;
  margin-left: 100px;
  font-size: 16px;
  line-height: 24px
}

.area-list-city a {
  color: #5a5a5a;
  margin-right: 10px;
}
@media only screen and (max-width: 767px){
  .area-list h3 {
    font-size: 16px;
  }
  .area-list-city {
    font-size: 14px;
    margin-left: 60px;
  }
  .area-list-prov {
    margin-bottom: 10px;
    padding-bottom: 10px;;
  }
}

.download-list {
  padding: 20px;
  list-style: none;
}

.download-list li {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px #efefef solid;
}

.download-list li i.fa-file-archive{
  font-size: 40px;
  color: #8c8c8c;
}

.download-list li h3 {
  position: absolute;
  width: 75%;
  margin: 0 0 0 50px;
  top: 30px;
  font-size: 18px;
}

.download-list li p {
  position: absolute;
  margin: 0 0 0 50px;
  top: 58px;
  color: #8c8c8c
}

.download-list .btn-style-two{
  position: absolute;
  right: 0px;
  top: 35px;
  padding: 2px 50px;
}
.download-list .btn-style-two:hover{
  color: #fff;
}
.download-show .title {
  padding: 20px;
  border-bottom: 1px #efefef solid;
}

.download-show .title .time {
  margin-top: 20px;
  color: #9c9c9c;
}

.download-show .title .time span {
  padding: 0 10px 0 0;
}

.download-show-box {
  background: #f4f4f4;
  margin:0;
  padding: 20px;
}
.download-show-box ul{
  margin-bottom: 20px;
}
.download-show-box ul li{
  line-height: 25px;
}

.download-show-box .btn-style-two:hover{
  color: #ffffff;
}
.download-show .text{
  padding: 15px 0;
}
.search-list {
  list-style: none;
  padding: 20px;
  margin: 0;
}
.search-list li {
  padding: 20px 0;
  border-bottom: 1px #efefef solid;
}

.search-list ._title h3 {
  color: #000;
  font-size: 18px;
  margin-bottom: 8px;
}

.search-list ._title p {
  color: #828282;
  font-size: 14px;
  margin: 0 0 8px 0;
}

.search-list ._time {
  color: #adadad;
  font-size: 14px;
}

.search-list ._time span {
  padding: 0 10px 0 0;
}
@media only screen and (max-width: 640px) {
  .search-list {
      padding: 10px;
  }

  .search-list ._title h3 {
      font-size: 14px;
      margin-bottom: 8px;
      font-weight: normal;
  }

  .search-list ._title p {
      font-size: 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }
}
.service-item{
  position: relative;
  overflow: hidden;
}

.item_img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.service-widget{
  position: relative;
  max-width: 530px;
  padding: 86px 0;
  z-index: 2;
  color: #fff;
}
.service-widget .title{
  line-height: 46px;
  font-size: 36px;
  color: #fff;
  margin: 0 0 20px;
}
.service-widget .text,
.service-widget .text p{
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 20px;
}
.service-widget .text-two,
.service-widget .text-two p{
  font-size: 18px;
  line-height: 36px;
  margin: 0 0 5px;
}

@media only screen and (max-width: 767px) {
  .service-widget .title{
    font-size: 22px;
  }
  .service-item .service-widget .text,
  .service-item .service-widget .text p,
  .service-item .service-widget .text-two,
  .service-item .service-widget .text-two p{
    font-size: 14px;
  }
}
.culture,.process{
  position: relative;
  overflow: hidden;
  background-color: #303030;
}

.culture .title,
.process .title{
  line-height: 45px;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
}
.culture .title::before,
.process .title::before{
  display: none;
}
.culture .title::after,
.process .title::after{
  display: block;
  content: '';
  margin: 20px auto;
  text-align: center;
  width: 40px;
  height: 2px;
  background: #fff;
}
.culture .text-two p,
.process .text-two p{
  font-size: 18px;
  max-width: 825px;
  color: #cdcdcd;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto;
}
.culture-list{
  margin-top: 30px;
}
.culture-list i{
  font-size: 60px;
  width: 136px;
  height: 136px;
  line-height: 136px;
  border-radius: 100%;
  color:#e00007;
  border: 2px solid #e00007;
}
.culture-list i:hover{
  color:#fff;
  background: #e00007;
}
.culture-list h3{
  color:#fff;
  line-height: 35px;
  font-size: 24px;
  margin: 28px 0 ;
}
.culture-list p{
  line-height: 26px;
  font-size: 16px;
  padding: 0 40px;
  text-align: center;
  color: #cccccc;
  margin: 10px 0 0;
}
.process{
  background-color: #ffffff;
}
.process .title,
.process .text-two p{
  color: #666666;
}
.process .text-two p{
  max-width: 100%!important;
}
.process .title::after{
  background: #e00007;
}
.process .text-two img{
  margin: 30px auto;
  max-width: 100%;
}
.process-img{
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .culture .title,
  .process .title{
    line-height: 40px;
    font-size: 30px;
  }
  .culture .text-two p,
  .process .text-two p{
    font-size: 16px;
  }
  .culture-list p{
    font-size: 14px;
  }
}
.contact-head {
  margin-right: 100px;
}

@media only screen and (max-width: 479px) {
  .contact-head {
    margin-right: 0px;
  }
}
.contact-box{
  position: relative;
  padding:60px 0 30px 50px;
  background: #e9eaea;
  border-left: 2px solid #e00007;
}
.contact-box::after{
  display: block;
  position: absolute;
  right: -470px;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #e9eaea;
}
.feedback-form{
  margin-right: 50px;
}
.contact-info{

}
.contact-info li {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
}
.contact-info li:last-child {
  margin-bottom: 0px;
}
.contact-info li .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #e00007;
  margin-right: 30px;
  min-width: 50px;
}
@media only screen and (max-width: 820px) {
  .feedback-form{
    margin-right:0;
  }
  .contact-box{
    padding:50px 0 30px 50px;
  }
  .contact-box::after{
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .contact-info li .icon {
    margin-right: 20px;
    font-size: 40px;
  }
  .contact-box{
    padding:40px 0 20px 40px;
  }
  .contact-info li {
    margin-bottom: 30px;
  }
}
.contact-info-content .title {
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #1c1c1c;
  margin-bottom: 10px;
}
.contact-info-content .text,.contact-info-content .text-two {
  font-size: 14px;
  color: #333;
}
.contact-info-content .text-two {
  background: #e9eaea;
  border-left: 2px solid #e00007;
  margin-top: 10px;
  padding: 20px;
}
.contact-info-content .text a {
  color: #54545f;
}
.contact-info-content .text a:hover {
  color: #8e0004;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form {
    margin-top: 40px;
  }
  .contact-info-content .title {
    font-size: 15px;
  }
}
.contact-form .title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.16;
  color: #1c1c1c;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .contact-form .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form .title {
    font-size: 30px;
  }
}
.contact-form input[type=text],
.contact-form input[type=file],
.contact-form input[type=number],
.contact-form select{
  height:50px;
}
.contact-form textarea {
  height: 120px;
}

.contact-form input[type=text],
.contact-form input[type=file],
.contact-form input[type=number],
.contact-form select,
.contact-form textarea {
  font-size: 14px;
  width: 100%;
  border-radius:0;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ffffff;
  color: #1c1c1c;
  border: 1px solid #dcdcdc;
}
.contact-form .file,
.contact-form .radio,
.contact-form .checkbox{
  font-size: 14px;
  width: 96.5%;
  margin: 0 auto;
  height:50px;
  line-height: 50px;
  border-radius:0;
  background-color: #ffffff;
  color: #1c1c1c;
  border: 1px solid #dcdcdc;
}
.contact-form .file{
  line-height: normal;
  margin-top: 10px;
}
.contact-form input[type=file] {
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
  padding-top: 13px;
}

.contact-form input[type=checkbox],
.contact-form input[type=radio] {
  margin: 0 5px 0 10px;
}
.contact-form input:focus, .contact-form select:focus,.contact-form textarea:focus{
  background-color: #fff;
  border-color: #dc3545;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(253 13 53 / 25%);
}
.contact-form input::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder{
  color:#6c757d;opacity:1
}
.contact-form .code{
  position: relative;
}
.contact-form .code img{
  position: absolute;
  right: 13px;
  top: 1px;
  width: 160px;
  height: 48px;
  cursor: pointer;
}
.contact-form  .btn-style-two{
  padding: 2px 60px;
  background: #e00007;
  color: #fff;
}

.index-service{
  padding: 30px 0 40px;
  color: #fff;
  text-align: center;
  background: #8e0004;
  overflow: hidden;
}
.single-plan{
  border-right: 1px solid rgba(255,255,255,.2);
}
.single-plan-head {
  text-align: center;
  margin: 20px 0;
}
.single-plan-head .title {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  line-height: 38px;
  margin: 15px 0 0;
}
.single-plan-text {
  line-height: 30px;
  margin: 15px 0 0;
  color: #fff;
}
@media only screen and (max-width: 1024px){
  .contact-form .file,
  .contact-form .radio,
  .contact-form .checkbox{
    width: 95.6%;
  }
}

@media only screen and (max-width: 768px) {
  .single-plan-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .single-plan-text {
    line-height: 25px;
    margin: 10px 0 0;
  }

  .contact-form .file,
  .contact-form .radio,
  .contact-form .checkbox{
    width: 94%;
  }
}

.area-section,.link-section{
  margin-top: 50px;
}
.area-section .container{
  padding: 30px 0 0;
  border-top: 1px solid #eeeeee;
}

.area-section a,.link-section a{
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 10px;
}

.link-section .img {
  margin-bottom: 10px;
}

.link-section .img img {
  width: auto;
  height: 50px;
}
.footer-wrapper {
  position: relative;
  margin-top: 60px;
  padding:50px 0;
  background: #e9eaea;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrapper {
    padding:40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-wrapper,.area-section,.link-section{display: none;}
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-widget-title {
  font-size: 24px;
  color: #1c1c1c;
  line-height: 38px;
  margin-bottom:20px;
  
}
.footer-widget-title::after{
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background: #df0000;
  margin: 5px 0 10px;
}

.footer-widget-list li {
  display: block;
  line-height: 28px;
}
.footer-widget-list a {
  color: #54545f;
}
.footer-widget-list a:hover {
  color: #8e0004;
}

.footer-widget .footer-text {
  color: #54545f;
  font-size: 18px;
  margin-top: 40px;
}
.footer-nav .footer-widget {
  width: 20%;
}
.footer-cooperate .wx-code{
  margin-right: 30px;
}
.footer-cooperate .wx-code img,.footer-cooperate .mb-code img{
  display: block;
  width: 120px;
  height: auto;
}
.footer-cooperate .wx-code p,.footer-cooperate .mb-code p{
  text-align: center;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-title {
    margin-bottom: 10px;
  }
  .footer-cooperate{
    display: none;
  }
}
.footer-content{ 
  font-weight: lighter;
  background: #b60005;
}
.copyright {
  position: relative;
  z-index: 1;
  padding: 30px 0;
  text-align: center;
  color: #dee2e6;
}
.copyright a{
  color: #dee2e6;
}
.copyright a:hover{
  color: #000000;
}

.footer-content .contact p,.footer-content .footinfo p{
  color: #fff;
  font-size: 14px;
}
.footer-content .contact{
  text-align: center;
  line-height: 28px;
}
.footer-content .footinfo{
  padding:10px 0 0;
  line-height: 24px;
  text-align: center;
  border-top: 1px solid #fff;
  margin:10px 0 0;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 20px 0;
  }
}